Click or drag to resize

AttachmentInfo Class

Inheritance Hierarchy

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public abstract class AttachmentInfo

The AttachmentInfo type exposes the following members.

Constructors
  NameDescription
Protected methodAttachmentInfo
Initializes a new instance of the AttachmentInfo class
Top
Properties
  NameDescription
Public propertyContentId
Represents an identifier for the contents of an attachment.
Public propertyContentLocation
Contains the Uniform Resource Identifier (URI) that corresponds to the location of the content of the attachment.
Public propertyContentType
Describes the Multipurpose Internet Mail Extensions (MIME) type of the attachment content.
Public propertyId
Identifies the attachment.
Public propertyIsInline
Represents whether the attachment appears inline within an item.
Public propertyLastModifiedTime
Represents when the file attachment was last modified.
Public propertyName
Represents the name of the attachment.
Public propertySize
Represents the size in bytes of the file attachment.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also